Environmental Sensor Dashboard
Using Grove Environmental Sensors and the Red Pitaya Sensor Board I created a dashboard. The software of the dashboard is made using Jupyter Notebooks and the jupyter_dashboards library.
I connected sensors to the analog, I2C and serial UART connections as shown in the diagram below:
The Grove analog alcohol sensor needs the SCL pin to be held LOW to operate. I did this using jumper wires to connect the SCL pin to ground. The Jupyter Notebook can be found here.